ENGLISH
-------
Displays a box with random images. The title of the box is a link to a new page.


Box:
Displays one at the top selling products with pictures. The limit is set to show 
the admin.
This file replaces the original.

Page:
Shows all products sold online store.
It also shows the number of products sold.
This file is new, it does not replace any files.



INSTALL: (2 steps)
Upload all files to their respective folders.

Edit catalog/includes/filename.php and add before ?> end

define('FILENAME_BEST_SELLERS', 'best_sellers.php'); // Best Sellers


Ready!

---------------------------------------------------------------------------------------
ESPAOL
-------
Muestra un box con imagenes aleatorias. El ttulo del box es un link a una nueva pgina.


Box:
Muestra de uno en uno los productos mas vendidos con imagenes. El lmite a mostrar se 
establece en el admin.
Este archivo sustituye al original.

Pgina:
Muestra todos los productos vendidos de la tienda online.
Tambien muestra la cantidad de productos vendidos.
Este archivo es nuevo, no sustituye ningun archivo.


INSTALACION: (2 pasos)
Subir todos los archivos a sus respectivas carpetas.

Editar catalog/includes/filename.php y aadir antes del ?> final

define('FILENAME_BEST_SELLERS', 'best_sellers.php'); // Best Sellers


Listo!


